* src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
authorGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 01:29:54 +0000 (21:29 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 01:29:54 +0000 (21:29 -0400)
commita8a7509b50977ad01cc4a1ff0f301ea0f9a87a1f
tree4665ff17993623ba3dd371a987c372e768a2014d
parent41aa997d4510be82a9611f9ca12a4095974caf7b
* src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.

It has nothing to do with building Emacs, and no-one is likely to be
paying attention to the result.  The CANNOT_DUMP branch was pointless,
since it sets EMACSLOADPATH=$(lispsource) it is impossible for there
to ever be any shadows.  The EMACSLOADPATH setting was probably necessary
for emacs to work at all when uninstalled, given the way init_lread
works for the CANNOT_DUMP case.  Since -batch implies -q, in the
non-CANNOT_DUMP branch, any shadows could only come from site-lisp
files.
src/ChangeLog
src/Makefile.in